list = whos;
for i=1:length(list)
    x = eval(list(i).name);
    plotbyName(x,list,i);
end